/*20170711 libing*/
body{padding: 0; max-width: 768px; min-height: calc(100vh - 60px);  margin: 0 auto;  background: #f1f1f1; color: #333; font-family: "Microsoft YaHei", SimHei, helvetica, arial, verdana, tahoma, sans-serif; -webkit-text-size-adjust: none; text-size-adjust: none;}
button, div, a, img, p{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*-webkit-user-select: none;*/}
*{box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
input, textarea, select{ -webkit-appearance: none; }
::-webkit-search-cancel-button { display: none;}
img{border: 0}
.fullWidth{width: 100%;}
.a{border: 1px solid #f00;}
.b{background: #efefef;}
.float{float: left;}
.clear{clear: both;}
.hide{display: none;}
.txtMore{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.mouse-link{cursor: pointer}

.txtCN{word-break: normal;word-wrap: break-word;/* text-align: justify; */text-justify: inter-ideograph;}
.txt2line{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.arrow-down{ width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #f00; font-size: 0px; line-height: 0px; margin: 0 auto;}
.flex{display: -webkit-flex;   display: flex;}
.flex1{-webkit-box-flex:1.0; flex: 1; }
.flex-center{display: -webkit-flex;   display: flex; align-items:center; justify-content:center;}

/* 页面内容放在main里面，60px为顶部广告高度 */
.main{width:100%; min-height:calc(100vh - 60px); position:relative; background:#fff;}
.p92 {width: 100%;padding: 0 4%;}
.w92 {width: 92%;margin: 0 auto;}

/* pc */
/* .pc-main{height: 240px;} */

